home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / snr503.zip / SHAVE.S < prev    next >
Text File  |  1993-05-30  |  964b  |  22 lines

  1. \  SHAVE.S
  2. \  This table strips the first 256 characters from a file
  3.  
  4. \  I picked 256 as an arbitrary number; you can strip any number of characters
  5. \  from the beginning of a file by modifying this table with a different
  6. \  number of wild card characters in the equation, OR you can run this table
  7. \  more than once on your input file and its successive output files
  8. \  (each run will strip another 256 characters from the beginning of the file).
  9.  
  10. \  Do keep in mind, though, that SNR allows a maximum of 4999
  11. \  characters in a conversion equation, which will effectively limit the
  12. \  one-time stripping length to something under 2500 characters, because
  13. \  wild card characters are represented by at least two characters: a slash
  14. \  and a letter.
  15.  
  16. \  This type of table is useful in removing garbage headers of various lengths
  17. \  from word processing or database files.
  18.  
  19. \ ignore any 256 characters following the start of job:
  20. \s*(256)\p=
  21.  
  22.